.logo-header{
      position: sticky;
      top: 0;        
      background-color:   rgb(59, 125, 35);
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom: 8px solid;
      /*border-top: 8px solid;*/
      /*border-color: white;*/
      
    }
    .company-logo{
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0px;
    }